home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5845 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.lang.c++
  2. Path: parcom.ernet.in!suresh
  3. From: suresh@parcom.ernet.in (Mr Suresh Thiyagrajan)
  4. Subject: Dynamic String Table
  5. Message-ID: <DMD03C.Hz9@parcom.ernet.in>
  6. Sender: usenet@parcom.ernet.in
  7. Organization: Centre for Development of Advanced Computing (C-DAC), Pune, INDIA.
  8. X-Newsreader: TIN [version 1.2 PL2]
  9. Distribution: global
  10. Date: Tue, 6 Feb 1996 14:56:40 GMT
  11.  
  12.     Hi FUNDOs,
  13.  
  14.     I WANT TO LOAD STRINGS INTO THE STRING TABLE (WHICH IS IN RESOURCE
  15.     FILE) AT RUN-TIME. THE THING IS THAT ALL VALID STRING IDS ARE
  16.     IN THE RESOURCE  FILE ITSELF.
  17.  
  18.         I am dev a C++ MCI (realy!) driver for a SVHS player.
  19.     The prob is that I already have a static LIB for controling
  20.     the player. And also it is giving some error strings for
  21.     all errors. What I want is that my string resource ID's
  22.     already defined (MCIERR_CUSTOM_DRIVER_BASE for std. MCI drivers)
  23.     I want to load my strings at run-time into these resource IDs.
  24.     I wiil ba using this ID's to return the MCI error code.
  25.     That is the std. for MCI drivers, and it takes strings through
  26.     resource string table only.
  27.  
  28.     Can anybody for me?.
  29.  
  30. thnx
  31.  
  32.  
  33.  
  34.